Northwoods.GoSilverlight 1.3.5 Assembly
GetMemberLinksForGroup Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetMemberLinksForGroup Method

nodedata
Return a sequence of link data that are contained by a given node data.

Syntax

Visual Basic (Declaration) 
Public Function GetMemberLinksForGroup( _
   ByVal nodedata As NodeType _
) As IEnumerable(Of LinkType)
C# 
public IEnumerable<LinkType> GetMemberLinksForGroup( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

an IEnumerable of member link data; an empty sequence if there are no member links

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.